home *** CD-ROM | disk | FTP | other *** search
/ The Web Masters 11 / WEB_11.iso / 100domes / Antechinus JavaScript Editor 2.0 / Setup.exe / Setups / JSEd / Installed / Autocomplete / RegExp.ini < prev    next >
INI File  |  2002-04-12  |  253b  |  10 lines

  1. [RegExp]
  2. 0=2,$n,RegExp.$1...$9
  3. 1=2,index,RegExp.index
  4. 2=2,input,RegExp.input
  5. 3=2,lastIndex,RegExp.lastIndex
  6. 4=3,compile,RegExp.compile(pattern);
  7. 5=3,exec,RegExp.exec(str);
  8. 6=3,test,boolean RegExp.test(String);
  9. 7=2,source,readonly RegExp.source
  10.